home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 46 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.1 KB

  1. Path: news.dgsys.com!usenet
  2. From: tbouchar@ptialaska.net (Troy Bouchard)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: PPP cant init serial.device
  5. Date: 28 Dec 1995 09:35:28 GMT
  6. Organization: Digital Gateway Systems
  7. Message-ID: <2780.6569T1404T1636@ptialaska.net>
  8. References: <4br5oj$6uq@yarrow.wt.com.au>
  9. NNTP-Posting-Host: kodiak_04.dialups.ptialaska.net
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12. Steve,
  13.  
  14. >I have been messing about with PPP for the last couple of days and havent
  15. >got it working.  The problem is that it cant initialize my serial.device.
  16.  
  17.   I know how you feel...
  18.  
  19. >Here is my ppp0.config...
  20.  
  21. >serial.device 0 19200 0.0.0.0 7WIRE CD DIALSCRIPT=work:tcp/bin/ppp-dial
  22. >LOG=40G40P40
  23.         hhmmmm ... I haven't seen that CD DIALSCRIPT Stuff before where'd
  24.         you get it?  My ppp0.config ends at 7WIRE
  25.  
  26. >(do i need to put SERDEV=serial.device etc ?? the docs say not, i have tried
  27.  
  28.         I don't have this in mine
  29.  
  30. >both without success) I installed every thing as per the PPP docs.  When i
  31. >run startnet it  opens the dailer window, and does the following...
  32.  
  33.         Have you tried IPDial?  Works great for me.
  34.         Have you any processes in the background that is using the
  35.         serial.device UNIT 0?
  36.  
  37. >Im using PPP1_30 (eval) and AmiTCP 4.0 (eval) on a stock a1200 with a
  38. >Netcomm E7.  I have had slip running, but i want to use PPP, because it
  39. >handles dynamic IP much neater.
  40.  
  41.        SAME HERE!!  bar Netcomm E7 - I've got ATalk3
  42.  
  43. >Any tips appreciated.
  44.  
  45.    Let's see ....
  46.  
  47.         In my startnet file I have:
  48.  
  49.         IPDial AmiTCP:Bin/pti.logon    << this is my IPDial script
  50.         online devs:networks/ppp.device 0
  51.         echo
  52.         echo login: tbouchar
  53.         AmiTCP:Bin/umask 022
  54.         AmiTCP:AmiTCP
  55.         WaitForPort AMITCP
  56.         AmiTCP:bin/ifconfig lo0 localhost
  57.         AmiTCP:bin/ifconfig ppp0 $ppp0iplocal $ppp0ipremote
  58.         rx "address AMITCP; 'ADD HOST $ppp0iplocal Amiga.ptialaska.net ftp'"
  59.         AmiTCP:bin/route add $ppp0iplocal localhost
  60.         AmiTCP:bin/route add default $ppp0ipremote
  61.         setenv HOSTNAME `AmiTCP:bin/hostname`
  62.         SetEnv HOME AmiTCP:Troy  << I set this up myself AmiTCP kept getting
  63.                                         it wrong for some reason >>
  64.         Assign TCP: Exists > NIL:
  65.         IF Warn
  66.                 Mount TCP: from AmiTCP:devs/Inet-MountList
  67.         EndIf
  68.         run AmiTCP:bin/inetd
  69.  
  70. Just make sure that you have the $ppp0iplocal and $ppp0ipremote spelled right
  71. or you'll just sit there looking for something to happen in the next 40 hours
  72. (yes...it happened to me)  BTW - I called this 'startnet.ppp' and made it a
  73. executable script file so I can call it from anywhere in the system (of
  74. course make sure your path is set :))
  75.  
  76. Tell me what happens.  Please EMail me with your results and or questions
  77. I go up on the net using PPP everyday - I need it for Work and Play with
  78. it at home (yes that is the definition of a GEEK) ....
  79.  
  80.  
  81. Troy Bouchard                tbouchar@ptialaska.net
  82. Regional System Manager
  83. U.S. Coast Guard
  84. Kodiak, Alaska               http://www.ptialaska.net/~tbouchar
  85.  
  86. All opinions/hints/snide remarks are mine and not my employer(s) .... :)
  87.  
  88.